home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11037 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  902 b 

  1. Path: news.ov.com!news
  2. From: glenn@ov.com (Fletcher.Glenn@ov.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: beginner needs your help ASAP
  5. Date: 21 Mar 1996 16:38:36 GMT
  6. Organization: OpenVision
  7. Message-ID: <4is0mc$5db@spanky.pls.ov.com>
  8. References: <4in3s5$a7a@risky.ecs.umass.edu>
  9. Reply-To: glenn@ov.com
  10. NNTP-Posting-Host: foghorn.pls.ov.com
  11.  
  12. In article a7a@risky.ecs.umass.edu, sebag@ecs.umass.edu writes:
  13. >
  14. >I am a new C programmer who would like to do some basic graphics.
  15. >I am using a UNIX machine and I am logging on through telnet.
  16. >I would like to clear the screen, and write characters at different
  17. >places on the screen. If I used printf, it would print on the next
  18. >line. I am trying to choose where on the screen the characters go.
  19. >Is this easy to do? 
  20. >Thanks a million,   sebag@ecs.umass.edu
  21.  
  22.  
  23. You need to read up on the subject of the "curses" library routines.
  24.  
  25.             Fletcher.Glenn@ov.com
  26.  
  27.  
  28.